home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 1448 / shoveit.inf < prev   
INI File  |  1995-11-26  |  3KB  |  91 lines

  1. ; Author: Phil Hord (frame lifted from FlexiCD.INF)
  2. ; installs ShoveIt and sets up for Uninstall
  3.  
  4. [DefaultInstall]
  5. CopyFiles=ShoveIt.copy.prog, ShoveIt.copy.hlp, ShoveIt.copy.win, ShoveIt.copy.sys, ShoveIt.copy.inf
  6. UpdateInis=ShoveIt.Links
  7. AddReg=ShoveIt.reg, ShoveIt.Run
  8. Uninstall=ShoveIt_remove
  9.  
  10. [ShoveItInstall]
  11. CopyFiles=ShoveIt.copy.prog, ShoveIt.copy.hlp, ShoveIt.copy.win, ShoveIt.copy.sys, ShoveIt.copy.inf
  12. UpdateInis=ShoveIt.Links
  13. AddReg=ShoveIt.reg, ShoveIt.Run
  14. Uninstall=ShoveIt_remove
  15.  
  16. [ShoveIt_remove]
  17. DelFiles = ShoveIt.copy.prog, ShoveIt.copy.hlp, ShoveIt.copy.win, ShoveIt.copy.sys, ShoveIt.copy.inf
  18. DelReg = ShoveIt.reg.remove, ShoveIt.Run
  19. UpdateInis = ShoveIt.Links.Remove
  20.  
  21. [version]
  22. signature="$CHICAGO$"
  23.  
  24. ; F i l e   c o p y i n g   s e c t i o n s (where the go to).
  25. [DestinationDirs]
  26. ShoveIt.copy.sys=11
  27. ShoveIt.copy.hlp=18
  28. ShoveIt.copy.prog=24,%PROGRAMF%\%ShoveItPROG%
  29. ShoveIt.copy.win=25
  30. ShoveIt.copy.inf=17
  31.  
  32. ; w h a t   f i l e s   a r e   c o p i e d   w h e r e
  33. [ShoveIt.copy.prog]
  34.  
  35. [ShoveIt.copy.win]
  36. ShoveIt.exe
  37.  
  38. [ShoveIt.copy.sys]
  39.  
  40. [ShoveIt.copy.hlp]
  41.  
  42. [ShoveIt.copy.inf]
  43. ShoveIt.inf
  44.  
  45.  
  46. ; W h e r e   t h e   f i l e s   c o m e   f r o m
  47. [SourceDisksNames]
  48. 55="ShoveIt","",1
  49.  
  50. [SourceDisksFiles]
  51. ShoveIt.exe=55
  52. ShoveIt.Inf=55
  53.  
  54. ; L o c a l i s e d   s t u f f 
  55. [Strings]
  56. PROGRAMF     = "Progra~1"
  57. ShoveItPROG      = "ShoveIt"             ;
  58. ShoveItPROG_LOCN = "Accessories\System~1"   ; shortcut location
  59. ShoveIt_Desc     = "ShoveIt"             ; shortcut name
  60. ShoveIt_ShortDesc= "Window captions and taskbar fight arbitration" ; details view
  61. StartUp_DESC       = "Startup"
  62.  
  63.  
  64. ; L i n k s   /   S h o r t c u t s
  65. [ShoveIt.Links]
  66. setup.ini, progman.groups,,"group55=%ShoveItPROG_LOCN%"
  67. setup.ini, group55,,"""%ShoveIt_Desc%"", ""%25%\ShoveIt.Exe"",,,,,%ShoveIt_ShortDesc%"
  68. setup.ini, progman.groups,, "group1=%StartUp_DESC%"
  69. setup.ini, group1,, """%ShoveIt_Desc%"", ""%25%\ShoveIt.Exe"",,,,,%ShoveIt_ShortDesc%"
  70.  
  71. ; L i n k s   /   S h o r t c u t s - Removal.
  72. [ShoveIt.Links.Remove]
  73. setup.ini, progman.groups,,"group55=%ShoveItPROG_LOCN%"
  74. setup.ini, group55,,"""%ShoveIt_Desc%""
  75. setup.ini, progman.groups,, "group1=%StartUp_DESC%"
  76. setup.ini, group1,, """%ShoveIt_Desc%""
  77.  
  78. ; D e f a u l t   r e g i s t r y   d a t a
  79. [ShoveIt.reg]
  80. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\ShoveIt,DisplayName,,"%ShoveIt_DESC%"
  81. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\ShoveIt,UninstallString,,"RunDll setupx.dll,InstallHinfSection ShoveIt_remove 4 ShoveIt.inf"
  82.  
  83. [ShoveIt.reg.remove]
  84. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\ShoveIt,DisplayName,,"%ShoveIt_DESC%"
  85. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\ShoveIt,UninstallString,,"RunDll setupx.dll,InstallHinfSection ShoveIt_remove 4 ShoveIt.inf"
  86.  
  87.  
  88. ; R u n   o n c e   i n s t a l l e d
  89. [ShoveIt.run]
  90. HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,foo,,"%10%\ShoveIt.exe"
  91.